Welcome![Sign In][Sign Up]
Location:
Search - dll hook

Search list

[Documentsdll和hook编程

Description: 关于windows动态链接的编程及钩子的应用
Platform: | Size: 6165862 | Author: yizhuo_513 | Hits:

[Windows Develophook11

Description: 用Delphi6写的一个键盘记录器,采用“日志钩子”,不需额外的DLL,击键记录放在c:\log.txt里。写这个程序只是想熟悉一下HOOK,并没有干坏事的意识哦!-with Delphi6 write a keyloggers, "log hook," without additional DLL, keylogging on the c : \ log.txt Lane. This procedure was only want to familiarize ourselves with HOOK, and did nothing bad sense!
Platform: | Size: 206848 | Author: 杨红 | Hits:

[Static control用HOOK DLL查看下的密码

Description: 用HOOK DLL查看下的密码-with HOOK View DLL under the password
Platform: | Size: 29696 | Author: 黄陵 | Hits:

[Editorvb键盘记录dll包括VC++的代码

Description: 键盘记录dll包括VC++的代码- The keyboard records dll including the VC code
Platform: | Size: 24576 | Author: | Hits:

[Hook apiKingsoft-Hook

Description: 金山词霸的屏幕取词技术,利用了 DLL编程,非常值得学习。-the screen get word technology of kingsoft powerword,use dll program, it s worthy of study
Platform: | Size: 53248 | Author: 无法激活 | Hits:

[Hook apiDLL封装窗口

Description: 请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载外挂前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
Platform: | Size: 164864 | Author: 黄春标 | Hits:

[Windows DevelopWindowsCoreProg

Description: Windows核心编程随书代码, Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
Platform: | Size: 230400 | Author: 白海 | Hits:

[Hook apiKeyLogDll

Description: 键盘钩子,Delphi hook键盘记录 vc++ hook键盘记录 DLL当然要和启动DLL的EXE文件一起了-keyboard hook, Delphi record vc keyboard hook keyboard hook course record DLL and EXE DLL start together with the documents
Platform: | Size: 64512 | Author: lishengming | Hits:

[Hook apiXWPE

Description: 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because vc pointer operation soon,
Platform: | Size: 389120 | Author: song | Hits:

[OS Develop2007031716045822831

Description: 一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息-a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the registry, windows news
Platform: | Size: 131072 | Author: 李顺 | Hits:

[Hook apiHOOK

Description: 键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
Platform: | Size: 6144 | Author: nimingzi | Hits:

[Hook apiHook

Description: 设置Hook鼠标和键盘钩子,实现对窗口消息的截获,是通过调用dll实现的-Hook set up the mouse and keyboard hooks realize intercepted messages to the window is realized by calling the dll
Platform: | Size: 1814528 | Author: 田鼠爱布它 | Hits:

[Hook apiHOOK

Description: 一個鉤子程序,關於MSN消息的。程序提供了DLL和程序的啟動部分,適合研究鉤子的初學者
Platform: | Size: 77824 | Author: 王建 | Hits:

[Hook apiHook

Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。 -Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Platform: | Size: 796672 | Author: 程娃 | Hits:

[Hook apiHook

Description: 注入DLL到进程,hook游戏成功的例子-Injected DLL into the process, hook examples of successful games
Platform: | Size: 344064 | Author: 是啊 | Hits:

[Hook apiHookInsert

Description: Start.exe 安装 Insert.dll 中的 WH_GETMESSAGE 钩子. 当任何一个进程从 消息队列取消息时, Insert.dll 都将被装入其空间. Insert.dll在入口代码 中判断当前进入的进程模块名, 如果是 Explorer则建立一个线程, 并发消息 通知 Start.exe退出. 这个时候建立的新线程, 当然是属于Explorer进程的, 这就是关键之所在了. 另外, 该线程还建立了一个窗体, 可以设定IE首页. :~)-Start.exe installation of Insert.dll hook WH_GETMESSAGE. When any one process from the message queue check news, Insert.dll will be put into its space. Insert.dll at the entry code to enter the process to determine the current module name, if is the Explorer is the creation of a thread, and发消息Start.exe quit notice. this time the new thread, of course, is the Explorer process, and this is the key to a. In addition, the thread has also set up a form, can set the IE homepage.: ~)
Platform: | Size: 29696 | Author: hss | Hits:

[Hook apiKEYSPY

Description: dll实现全局钩子 MainPrg 实现系统托盘-dll hook MainPrg realize realize the overall system tray
Platform: | Size: 586752 | Author: light.way | Hits:

[Hook apiHOOK

Description: 了解MFC DLL动态连接库的编程方法; 2.了解HOOK技术和回调函数的运行机制; 3.学习MFC中加载动态连接库的方法 -DLL&HOOK1
Platform: | Size: 3072 | Author: 林茜 | Hits:

[Hook apiDLL-IAT-hook

Description: 屏幕取词功能实现方法2 一个通过修改DLL文件的IAT表来实现的hook开发包源码--Screen Translation Method 2 to achieve a functional DLL file by modifying the IAT table to achieve the hook development kit source code-
Platform: | Size: 172032 | Author: py | Hits:

[Windows DevelopPowerDllHook

Description: 最有效的DLL HOOK 参考改进于aheadlib.用法:先载入选择好的动态库,然后 选择好代码生成选项。按输出选项的生成项目,可 以选择输出为VC6或BCB6工程文件,将自动生成项 目文件夹到以动态库名字命名的子目录并生成所有 文件并拷贝原始动态库到此目录 后续版本将加入自定义拦截函数,自自定义接口拦 截 自动获取动态库函数参数,拦截信息参数输出,自 动编译,运行并输出拦截信息功能(The most effective DLL HOOK reference improves on aheadlib. usage: first load the selected dynamic library, and then Select a good code generation option. Output items by output option, The output is automatically generated by selecting output as VC6 or BCB6 project file The directory folder to the subdirectory that is named by the dynamic library and generates all File and copy the original dynamic library to this directory Subsequent versions will add custom interceptor functions, custom custom interface blocks section Automatic access to dynamic library function parameters, intercept information parameter output Move, compile, run, and output the intercept information function)
Platform: | Size: 327680 | Author: jflbr | Hits:
« 12 3 4 5 6 7 8 9 10 ... 33 »

CodeBus www.codebus.net